Skip to content

Conversation

jeroenptrs
Copy link

PR Checklist

What is the current behavior?

Opening an In App Browser with any configuration completely negates the defaults even if they are not overloaded.

What is the new behavior?

Opening an In App Browser now persists the defaults if they are not overloaded.

Fixes/Implements/Closes #[Issue Number].

options?: InAppBrowserOptions = {
options?: InAppBrowserOptions = {}
): Promise<BrowserResult> {
const defaults = {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello mate, thanks for your contribution!
Can you move the default settings outside this method please? and can you include the type InAppBrowserOptions for that new variable?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants